home *** CD-ROM | disk | FTP | other *** search
/ The Best Of Babylon 5 / The Best of Babylon 5.iso / install / sierra.inf < prev    next >
INI File  |  1997-07-21  |  5KB  |  114 lines

  1. ; The SIERRA.INF
  2. ; This is a sample SIERRA.INF.  To build the INF for your project, start with 
  3. ; this template and make the appropriate modifications.
  4. ; This file must be on the root of the CD if the setup is compiled with _SIERRA defined.
  5. ;
  6. ; Created June 1997-  D'Andre Pritchett
  7.  
  8.  
  9. ; The Ident Section contains identifying elements concerning the product.  This
  10. ; Information is used within Setup and by Electronic Registration(EREG).
  11. ; It is important the following items are present.
  12.  
  13. [Ident]
  14. ; ProductID is the identifying code used by EREG.  It can be any combination of 
  15. ; alphanumeric characters.
  16. ProductID = 70186
  17.  
  18. ; Version is the version of the application.  This is also used by EREG to identify
  19. ; the product
  20. Version = 1.0
  21.  
  22. ; ShortTitle is used internally to track Registry entries for EREG, AutoUpdate and 
  23. ; other Sierra Utilities.  This should stay the same between versions of the same
  24. ; product
  25. ShortTitle = B5Music
  26.  
  27. ; UpdateAfter is used for automatic product updating during the install process.
  28. ; This allows a developer to tell autoupdate that after a certain date there may be
  29. ; patches available, so as part of the installation process go ahead and check for them.
  30. ; If this parameter is missing, then this feature is disables.  This feature requires
  31. ; _SIERRA to be defined.  The format of the date is MM-DD-YYYY.
  32. UpdateAfter = 6-5-1997
  33.  
  34. ; WebPage is used for the web page button.  You can specify the page to open when the 
  35. ; product is selected as the target page.  SierraWeb is the default page if this is left
  36. ; blank.
  37. WebPage = http://www.sierra.com
  38.  
  39. ; Readme is the name of the readme file to display under SierraUtilities.  You will need
  40. ; provide the path to the readme from you application install directory
  41. Readme = readme.wri
  42.  
  43. ; StrippedDemo indicates whether the product is a stripped down demo.  If it is, the
  44. ; installation program will skip installation of Sierra Utilities, electronic registration,
  45. ; installation of DirectX, and the sound tests.  The default is 0, indicating false.
  46. StrippedDemo = 0
  47.  
  48. ; The demos section is how Sierra InstallShield supports dynamic demo selection.
  49. ; To support demos, create a 'Demos' subdirectory off of the root directory (where Setup
  50. ; is located).  In this subdirectory place each demo in its own uniquely named subdirectory.
  51. ; Finally add an entry under the Demos section for each demo.
  52.  
  53. [Demos]
  54. ; The demo key format: <directory name> = <title of the product to display>
  55. ; Setup will display the title specified to users when they select the demos to install.
  56. ; In the directory should be the full demo package, including Setup program.  The
  57. ; Setup program must be named _DSETUP.EXE, or the demo will not be installed.
  58. ;BBPRO98 = Front Page Sports: Baseball Pro '98
  59.  
  60. ; The Bookmarks section is how Sierra InstallShield supports bookmark creation. 
  61. ; As with the demos section this allows dynamic creation, so bookmarks can be 
  62. ; added and removed without recompiling the entire script
  63.  
  64. [Bookmarks]
  65. ; The key format: <URL> = <description>
  66. ; Setup will ask the users if it can create bookmarks, and then it will create them
  67. ; for all of the URL's listed.  If a description is left blank, then Setup will
  68. ; have the description be the URL.  This bookmark is highly sensitive to changes in 
  69. ; the browsers.  If the method the browsers use to store bookmarks changes, then Setup
  70. ; will need to be changed to support the changes.
  71. ;http://www.sierra.com = The Sierra Web Site
  72. ;http://www.education.com = The Education Web Site
  73. ;http://www.adventure.com = The Adventure Web Site
  74. ;http://www.netmarket.com = The NetMarket Web Site
  75.  
  76. ; The System Test section is used for system testing.  If System Testing doesn't need
  77. ; to occur, this section can be left blank.  System Testing only occurs if _SIERRA has 
  78. ; been defined.  System Testing is invisible to the user, with exception to the sound
  79. ; tests.  Unless it is absolutely necessary, it is recommened that the sound testing
  80. ; not occur.  If the user fails one or more of the tests then a dialog is displayed 
  81. ; showing the tests that failed, and allows the user to view the help file with information
  82. ; on the failed test.
  83.  
  84. [System Test]
  85. ; ScreenWidth is the X resolution of the required display
  86. ScreenWidth = 640
  87. ; ScreenHeight is the Y resolution of the required display
  88. ScreenHeight = 480
  89. ; Colors is the number of colors the display must be set for (minimum)
  90. Colors = 256
  91. ; MemKB is the minimum amount of RAM physically present in KB
  92. ; This should be adjusted for the possiblity of Shadow RAM or other RAM
  93. ; being used by BIOS
  94. MemKB = 15000
  95. ; WinVer is the minimum version of Windows required
  96. ; Possible values are:
  97. ; 310 for Windows 3.1x
  98. ; 395 for Windows 95
  99. ; 400 for Windows NT
  100. WinVer = 395
  101. ; Wave is set to 1 if .WAV support is required
  102. Wave = 1
  103. ; MIDI is set to 1 if MIDI support is required
  104. MIDI = 0
  105. ; Processor is the minimum processor type and speed required for this 
  106. ; application.  When setting this value, the format must be
  107. ; processor-speed.  Setup is not intelligent enough to know that a
  108. ; Pentium-60 is equivalent in speed to an 486-100.  Also setup is 
  109. ; unable to make the distinction between processor requirement for
  110. ; CPU functionality and for speed.
  111. ; NOTE: Pentium-100's are not actually 100 MHz but 99 MHz.
  112. ;Processor = 486-66
  113.  
  114.